next
|
previous
|
forward
|
backward
|
up
|
top
|
index
|
toc
|
Macaulay2 web site
Macaulay2Doc
>
The Macaulay2 language
>
parallel programming with threads and tasks
>
isCanceled(Task)
isCanceled(Task) -- whether a task has been canceled
Synopsis
Usage:
isCanceled t
Function:
isCanceled
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