VirtualMachine.removeFiber

Removes a ScriptFiber from the queue

class VirtualMachine
bool
removeFiber

Parameters

fiber ScriptFiber

The ScriptFiber to remove. This is an object returned by async

Return Value

Type: bool

Whether or not the fiber was successfully removed.

Meta