Skip to main content

commands

Short summary

This property is a fluent interface that provides single attempt commands, which can be evaluated by a cycle manager instance.

Example

	
(* execute command when leaving a step *)
cycleManager.leave(
partTracker.commands.partProcessingDone(
partIdentifier := 'Part123',
nokReason := 0,
additionalMessage := 'SPC Part'
)
);

Code

Declaration

PROPERTY commands : IPartTrackingRecorderCommands