next
|
previous
|
forward
|
backward
|
up
|
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
>
The Macaulay2 language
>
parallel programming with threads and tasks
>
isCanceled(Task)
isCanceled(Task) -- whether a task has been canceled
Synopsis
Function:
isCanceled
Usage:
isCanceled t
Inputs:
t
,
a
task
,
Outputs:
a
Boolean value
, whether the task
t
has been canceled
See also
parallel programming with threads and tasks
cancelTask
-- stop a task
Ways to use this method:
isCanceled(Task)
-- whether a task has been canceled