Skip to contents

Cancel active jobs that have the specified tag.

Usage

cancelJobsWithTag(tag)

Arguments

tag

The tag to be cancelled. Cannot contain ',' (comma) character.

Note

cancelJobGroup since 3.5.0

Examples

if (FALSE) {
sparkR.session()
cancelJobsWithTag("myTag")
}