Method TriggerOptions.ThreadNew
Overload
Run trigger actions in new threads.
public void ThreadNew(bool single = false)
Parameters
single (bool)
Don't run if this action is already running. If |
Remarks
The action can run simultaneously with other actions. The thread is STA.