Namespace: Micros.PosCore.Extensibility.OpsAssembly: PosCore (in PosCore.dll) Version: 19.8
Syntaxpublic SanityResult(
bool success,
bool sanityCodeExists,
string errorCode = "",
string errorMessage = ""
)
Parameters
- success Boolean
-
- sanityCodeExists Boolean
-
- errorCode String (Optional)
-
- errorMessage String (Optional)
-
See Also