Remove the trigger with given name from static trigger list.
The function removes the trigger with given name from static trigger list. Running triggers will be stopped and then removed.
The static trigger list will be used for global trigger which could be used from different objects.
For an example source code see the Add method.
Exception Type | Condition |
---|---|
ArgumentNullException | Thrown if no name was given. |
ArgumentException | The given trigger name is invalid. |
Trigger Class | uws.Triggers Namespace | Trigger.Remove Overload List