FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deWorkflowInstance..::..getTimeLeftPercent Method

Gets the time left percent.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool getTimeLeftPercent(
	out long lPercent,
	out string sTimeLeft,
	out string sDelta
)
Public Function getTimeLeftPercent ( _
	<OutAttribute> ByRef lPercent As Long, _
	<OutAttribute> ByRef sTimeLeft As String, _
	<OutAttribute> ByRef sDelta As String _
) As Boolean
public:
bool^ getTimeLeftPercent(
	[OutAttribute] long long^% lPercent, 
	[OutAttribute] String^% sTimeLeft, 
	[OutAttribute] String^% sDelta
)

Parameters

lPercent
Type: Int64%
The l percent.
sTimeLeft
Type: String%
The s time left.
sDelta
Type: String%
The s delta.

Return Value

System.Int64.