SequenceFile.CreateCallbackOverrideSequence ( callbackName, allowCopyDefaultSteps)
The name of the callback sequence to override. Specify the sequence name of a Model, Engine, or Front-End callback. See DefaultModelCallbacks, and SeqFileCallbacks constants for possible values for this parameter.
Use this method to create a callback sequence in the sequence file. The callback sequence you create overrides the Model, Engine, or Front-End callback of the same name as the callback you create. Refer to the NI TestStand Reference Manual for more information about callbacks.
callbackName As String
[In] A reference to the Sequence callback the method creates. Release this reference when you are finished with it.
allowCopyDefaultSteps As Boolean
[In] Pass True to copy the steps of the sequence you are overriding into the new sequence.