The AdoEnums.EventStatus class of the com.ms.wfc.data package specifies the current status of the execution of an event.
class AdoEnums.EventStatus extends com.ms.wfc.core.Enum { // Fields public static final int CANCEL; public static final int CANTDENY; public static final int ERRORSOCCURRED; public static final int OK; public static final int UNWANTEDEVENT; }