-
Notifications
You must be signed in to change notification settings - Fork 294
prioritysignals_commands
Copy the value of the Priority Count to a local IntegerVariable, intended primarily to assist with debugging use of Priority.
Defined in Fungus.FungusPriorityCount
Decrease the FungusPriority count, causing the related FungusPrioritySignals to fire. Intended to be used to notify external systems that fungus is doing something important and they should perhaps resume.
Defined in Fungus.FungusPriorityDecrease
Resets the FungusPriority count to zero. Useful if you are among logic that is hard to have matching increase and decreases.
Defined in Fungus.FungusPriorityReset
Increases the FungusPriority count, causing the related FungusPrioritySignals to fire. Intended to be used to notify external systems that fungus is doing something important and they should perhaps pause.
Defined in Fungus.FungusPriorityIncrease Auto-Generated by Fungus.ExportReferenceDocs