Click or drag to resize

OpsContextGetSuspendedChecks Method

Returns a list of suspended checks

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

Parameters

includeFlushedChecks  Boolean
 

Return Value

ListCGwCheckSummary
See Also