PostResultsCallbackMaskOptions

These constants represent the options you can use with the Execution.PostResultsCallbackMask , Execution.PostResultsCallback_PreFlushMask , and Execution.PostResultsCallback_PostFlushMask methods. Use the bitwise-OR operator to specify more than one option for a method.

  • PostResultsCallbackMaskOption_All –(Value: -1) Specifies to call PostResults callbacks with all accumulated results for all sequences except for SequenceFileLoad callback and SequenceFileUnload callback sequences.
  • PostResultsCallbackMaskOption_None –(Value: 0) Specifies not to call PostResults callbacks.
  • PostResultsCallbackMaskOption_PostAction –(Value: 128) Specifies to call PostResults callbacks with all accumulated results for all PostAction callback sequences.
  • PostResultsCallbackMaskOption_PostInteractive –(Value: 8) Specifies to call PostResults callbacks with all accumulated results for all PostInteractive callback sequences.
  • PostResultsCallbackMaskOption_PostResultListEntry –(Value: 16) Specifies to call PostResults callbacks with all accumulated results for all PostResultListEntry callback sequences.
  • PostResultsCallbackMaskOption_PostStep –(Value: 2) Specifies to call PostResults callbacks with all accumulated results for all PostStep callback sequences.
  • PostResultsCallbackMaskOption_PostStepFailure –(Value: 64) Specifies to call PostResults callbacks with all accumulated results for all PostStepFailure callback sequences.
  • PostResultsCallbackMaskOption_PostStepRuntimeError –(Value: 32) Specifies to call PostResults callbacks with all accumulated results for all PostStepRuntimeError callback sequences.
  • PostResultsCallbackMaskOption_PreInteractive –(Value: 4) Specifies to call PostResults callbacks with all accumulated results for all PreInteractive callback sequences.
  • PostResultsCallbackMaskOption_PreStep –(Value: 1) Specifies to call PostResults callbacks with all accumulated results for all PreStep callback sequences.
  • PostResultsCallbackMaskOption_SequenceCall –(Value: 256) Specifies to call PostResults callbacks with all accumulated results for all non-Engine callback sequences.

See Also

Execution.MaximumResultsPerPostResultsCallback

Execution.PostResultsCallback_PostFlushMask

Execution.PostResultsCallback_PreFlushMask

Execution.PostResultsCallbackInterval

Execution.PostResultsCallbackMask

Execution.PostResultsCallbackOptions

PostResultsCallbackOptions