Click or drag to resize

deliveryUnitItemisExecuted Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether the specified runstamp is executed.

Namespace:  imbSCI.Reporting.meta.delivery
Assembly:  imbSCI.Reporting (in imbSCI.Reporting.dll) Version: 0.3.70.
Syntax
C#
public bool isExecuted(
	string runstamp,
	bool writeAsExecuted = false
)
Request Example View Source

Parameters

runstamp
Type: SystemString
The runstamp.
writeAsExecuted (Optional)
Type: SystemBoolean
if set to true [write as executed].

Return Value

Type: Boolean
true if the specified runstamp is executed; otherwise, false.
See Also