Click or drag to resize

PunchStatus Enumeration

The status of a punch type where it can be either blocked or valid.

Namespace: AppOne.Services.V2
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public enum PunchStatus
Members
Member nameValueDescription
Blocked0 Indicates that a configuration rule is setup that prevents the user from performing some punch types.
Valid1 Indicates that any punch type is available.
See Also