Busy.Activity Property
How the node will be marked as busy.
The default is Processing. If you wish to delay page navigation until this task is finished you need to use Preparing, as that is what Navigator watches.
Location
- Namespace
- Fuse.Triggers
- Package
- Fuse.Triggers 2.9.1
Returns
Possible Values
- None
- Loading
-
A resources is being loaded, either locally or remotely. Resolution could take several seconds.
- Deferring
-
There is a deferred processing, such as Defer, that is expected to resolve in a few frames.
- Processing
-
An extended processing, such as calculation, is happening on the node, resolution could take several seconds, or longer
- Preparing
-
Setup of the node and its children that should resolve in a couple of frames.
- Failed
-
There is a failure condition. Resolution may or may not be automatic
- Short
-
Busy activities that should resolve within a few frames
- Long
-
Busy activities tat may take several seconds, or longer, to resolve
- Common
-
Typical busy activities, excluding
Failed - Any
-
A complete list of all possible BusyTaskActivity's