Skip to content

SharedThread.ExecutingTask

Inherits: RefCounted

Container for holding information about the currently executing task

Properties

Type Name Default
String object
String method
Array args

Methods

Returns Signature
SharedThread.ExecutingTask from_callable(callable: Callable)
SharedThread.ExecutingTask from_node_thread(node: NodeThread)

Property Descriptions

object

String object

Note

There is currently no description for this property. Please help us by contributing one!

method

String method

Note

There is currently no description for this property. Please help us by contributing one!

args

Array args

Note

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

from_callable()

SharedThread.ExecutingTask from_callable(callable: Callable)

Note

There is currently no description for this method. Please help us by contributing one!

from_node_thread()

SharedThread.ExecutingTask from_node_thread(node: NodeThread)

Note

There is currently no description for this method. Please help us by contributing one!