Enum CheckStatus

Represents check status of a calculation

Namespace: TSD.API.Remoting.Common
Assembly: TSD.API.Remoting.dll
Syntax
public enum CheckStatus

Fields

Name Value Description
BeyondBeyond = 7

Beyond

ErrorError = 8

Error

FailFail = 5

Fail

InvalidInvalid = 6

Invalid

NotApplicableNotApplicable = 2

Not applicable

NotRequiredNotRequired = 1

Not required

PassPass = 3

Pass

UnknownUnknown = 0

Unknown

WarningWarning = 4

Warning

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next