WhileBusy.Activity Property
Marks what kind of busy activity is considered by this trigger.
This is All by default, meaning all busy activity is considered.
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