Click or drag to resize

OpsContextGetSuspendedChecks Method

Returns a list of suspended checks

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll)
Syntax
C#
public List<CGwCheckSummary> GetSuspendedChecks(
	bool includeFlushedChecks
)

Parameters

includeFlushedChecks
Type: SystemBoolean

Return Value

Type: ListCGwCheckSummary
See Also