Click or drag to resize

WorkflowManagerIsCompatible Method

Checks if the current workflow is compatible with the requested workflow.

Namespace: ema3d.Api.V26.Core.Workflow
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public bool IsCompatible(
	WorkflowManagerWorkflowType type
)

Parameters

type  WorkflowManagerWorkflowType
The workflow type to check compatibility with.

Return Value

Boolean
True if compatible, false otherwise.
See Also