class

Marmot::Task

Inherits Reference < Object

Constants

Log = Marmot::Log.for(self, Marmot::Log.level)

Instance methods

cancel

Cancels the task.

A canceled task cannot be uncanceled.

Source
canceled?

Returns true if the task is canceled.

Source