LavishScript:Task Library

From Lavish Software Wiki
Jump to navigation Jump to search

A Task Library contains a list of pre-defined Tasks, for later activation through a Task Manager.

Referencing a Task from a Task Library

When beginning a Task via taskmanager.BeginTask or any other available method, a task reference can be provided. The reference is resolved by the Task Manager, and again if needed (it is okay to reference another task reference), until the actual Task is found to begin.

Task Reference properties
library The Task Library name
taskName The name of the Task defined within the Task Library

See Also