Difference between revisions of "LavishScript:Task Library"

From Lavish Software Wiki
Jump to navigation Jump to search
(Created page with "A LavishScript:Task Library contains a list of pre-defined LavishScript:Tasks, for later activation through a LavishScript:Task Manager. == Referencing a Task ...")
 
(No difference)

Latest revision as of 01:27, 11 March 2019

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