Home Search

DriveWorks Pro 21
Cancel Specification Timer

Send Feedback

Cancel Specification Timer

The Cancel Specification Timer Task will cancel all Specification Timers or named Specification Timers.

Properties

Property NameDescription
Timer NamesThe names of the timers to cancel. Delimit multiple timer names with a pipe bar "|" or use a "*" to stop all timers.
Specification Timers are automatically canceled when the Specification is Transitioned away from a Running State or the Count is reached.

Examples

When this task is added the properties are static by default.
See How To: Change A Static Property To A Dynamic Property to enable rules to be built on these properties.

Canceling all running Specification Timers

Property NameExample RuleExample ResultMeaning
Timer Names"*"*Will cancel all running Specification Timers.

Canceling specific running Specification Timers. Timer1, Timer2 and Timer3 are currently running.

Property NameExample RuleExample ResultMeaning
Timer Names"Timer1|Timer3"Timer1|Timer3Will cancel Timer1 and Timer3. But will leave Timer2 unaffected.

Using the Task in a Specification Macro

This task has different types of Outputs. For more information about Outputs see Specification Macros Task Node.

Outputs are only available within Specification Macros. Currently Outputs are not available for Specification Flow.

Status Outputs

This task supports Status Outputs. These can be used to perform different actions depending on what the status outcome of the task is. For more information see Status Outputs in the Task Node Outputs section of Specification Macros Task Node.

The status output navigation is as follows:

Success

  • Task executed successful.

Success with Warnings

  • N/A

Failed (one of the following occurred)

  • No timer name provided.
  • No running timer with name provided could be found.
  • General failure - Check the Specification report for more details.