ConditionInstance.Check (IWorkflowInstanceDetails, Dictionary<StringScriptInput>, EntityID, IDatabase, out Boolean, out String) Method

Perform the actual check
Protected MustOverride Function Check( _ 
ByVal details As IWorkflowInstanceDetails, _ 
ByVal script_inputs As Dictionary(Of String, ScriptInput), _ 
ByVal performer_id As EntityID, _ 
ByVal db As IDatabase, _ 
ByRef passed As Boolean, _ 
ByRef error As String
) As Boolean
This language is not supported or no code example is available.
protected abstract bool Check( 
IWorkflowInstanceDetails details
Dictionary<string, ScriptInput> script_inputs
EntityID performer_id
IDatabase db
out bool passed
out string error 
)
This language is not supported or no code example is available.
protected:  
virtual bool Check( 
IWorkflowInstanceDetails^ details
Dictionary<String^, ScriptInput^>^ script_inputs
EntityID^ performer_id
IDatabase^ db
bool& passed
String^& error 
) abstract
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

details
IWorkflowInstanceDetails

<default>

script_inputs
Dictionary<string, ScriptInput>

<default>

performer_id
EntityID

<default>

db
IDatabase

<default>

passed
bool

<default>

error
string

<default>

Return Value

bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition