Sequence.EntryPointIgnoreClient

Syntax

Sequence.EntryPointIgnoreClient

Data Type

Boolean

Purpose

Specifies if the entry point ignores the client sequence file.

Remarks

This property applies only to an entry point sequence in a process model file. Set this property to True for entry points wholly contained in the process model and do not call into the client sequence file. User interfaces and the sequence editor use this option to determine whether to pass a client sequence file to the Engine.NewExecution method when they execute this entry point.

See Also

Engine.NewExecution

Sequence.Type