A number used to determine if a process instance is stalling due to other processes being run.
Syntax
Processes("myProcess").skips
Notes
Each time a running process instance is skipped during a processing slot, this number is incremented. Each time processing occurs within a slot, the number is decremented.
A high number of skips indicates a lack of processing time is available, often caused if too many other processes are running at the same time.
When skips reaches PROCESS_MAX_SKIPS, a task will be forced to run, possibly causing some minor game lag.
If a new run is queued on a process that's already stalling, a warning will be displayed as its likely that the process will start to become overloaded with queued runs.