Skip to content

spaceteams.SC_Compute_Server.tasks

FinishTask

FinishTask(taskID: str) -> bool

Publish an event for the task runner system to mark a task as finished. Requires the unique ID string of the task to complete

ImplementTaskAction

ImplementTaskAction(ClassName: str, ActionName: str, en: Entity, delegateFn: Callable[[ParamMap], None]) -> None

Create a responder for a task action using a user provided delegate function