Difference between revisions of "LavishScript:Tasks"

From Lavish Software Wiki
Jump to navigation Jump to search
(Created page with "A Task system is built into LavishScript as of Inner Space build 6374 (currently the development build of Inner Space) Tasks are managed by LavishScript:Task Managers, a...")
 
Line 1: Line 1:
A Task system is built into LavishScript as of Inner Space build 6374 (currently the development build of Inner Space)
+
A Task system is built into LavishScript as of Inner Space build 6374 (currently within the development build of Inner Space)
  
Tasks are managed by [[LavishScript:Task Managers|Task Managers]], and a Task Manager can restrict the types of Tasks it will accept. [[LavishScript:Task Types|Task Types]] can be defined by [[LavishScript:Scripts|Scripts]].
+
Active Tasks are managed by [[LavishScript:Task Managers|Task Managers]], and a Task Manager can restrict the types of Tasks it will accept. [[LavishScript:Task Types|Task Types]] can be defined by [[LavishScript:Scripts|Scripts]]. Tasks can be instant, or can occur over time.
  
Tasks can be instant, or can occur over time.
+
A [[LavishScript:Task Library|Task Library]] contains a list of pre-defined Tasks, for later activation through a Task Manager.
  
 
== Object Types for Tasks ==
 
== Object Types for Tasks ==
 
* [[ObjectType:lavishmachine|lavishmachine]] - Accessed via the Top-Level Object [[TLO:LMAC|LMAC]]
 
* [[ObjectType:lavishmachine|lavishmachine]] - Accessed via the Top-Level Object [[TLO:LMAC|LMAC]]
 
* [[ObjectType:task|task]]
 
* [[ObjectType:task|task]]
 +
* [[ObjectType:tasklibrary|tasklibrary]]
 
* [[ObjectType:taskmanager|taskmanager]]
 
* [[ObjectType:taskmanager|taskmanager]]
 
* [[ObjectType:tasktype|tasktype]]
 
* [[ObjectType:tasktype|tasktype]]

Revision as of 05:48, 29 December 2018

A Task system is built into LavishScript as of Inner Space build 6374 (currently within the development build of Inner Space)

Active Tasks are managed by Task Managers, and a Task Manager can restrict the types of Tasks it will accept. Task Types can be defined by Scripts. Tasks can be instant, or can occur over time.

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

Object Types for Tasks