creator.core.taskstack

Undocumented in source.

Members

Functions

incTaskAdd
void incTaskAdd(string name, void delegate() worker)

Adds task to the list

incTaskGetProgress
float incTaskGetProgress()

Gets the current progress of the current task

incTaskGetStatus
string incTaskGetStatus()

Gets the curently posted status

incTaskLength
size_t incTaskLength()

Gets count of pending tasks

incTaskProgress
void incTaskProgress(float progress)

Sets the progress of the current task

incTaskStatus
void incTaskStatus(string status)

Sets the status of task

incTaskUpdate
void incTaskUpdate()

Updates tasks

incTaskYield
void incTaskYield()

Yields a task/fiber

Structs

Task
struct Task

A task

Meta