TaskSequenceTasks Property

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets an instance of TaskInvoker for this TaskSequence that can be used to add tasks to it.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public TaskInvoker Tasks { get; }

Property Value

Type: TaskInvoker
An instance of TaskInvoker for this TaskSequence that can be used to add tasks to it.
See Also

Reference