Legacy version of enum "kanzi.ResourceManager.LoadTask.Type".
The type of the load task.
LoadAndFinish¶ |
Load task type with both loadFunction and finishFunction parts.
|
FinishOnly¶ |
Load task type which does everything in the finishFunction only.
The loadFunction is guaranteed to be not called for such tasks.
|