![]() | Trigger |
The TriggerBase Type exposes the following members.
Name | Description of the | |
---|---|---|
![]() | EvaluateParametersOrFail | This routine is started by the "Start" routine before the trigger is started. Only the "|UserRun" parameter is evaluated here and the "_isUserRun" variable is set accordingly. This routine must be overwritten to analyse the actual trigger parameters. If there are errors in the parameter evaluation, the routine "ThrowSyntaxException(string errorMessage)" can be called. can be called up. |
![]() | OnTriggerFired | This routine triggers the trigger event. This routine can be used to set the variables "_lastStart" and "_nextStart". can be overwritten. |
![]() | Start | Starts the trigger; the consumer should first have connected to triggerIt. |
![]() | Stop | Stops the trigger. |
![]() | ThrowSyntaxException | Is called if the transferred parameters were incorrect. |