NodeStateCategoryΒΆ webVis API ReferenceNodeStateCategoryEnumeration NodeStateCategoryThe NodeStateCategory is used to categorize a NodeState into a specific class. The category can be determined by dividing the state by 1000 and rounding down. For example, the category INITIALIZATION contains all node states between 1000 and 1999. IndexEnumeration MembersFINISHED_SUCCESSFUL FINISHED_WITH_ERROR FINISHED_WITH_WARNING INITIALIZATION PROCESSING Enumeration MembersFINISHED_SUCCESSFULFINISHED_SUCCESSFUL: 3Contains all successful states. FINISHED_WITH_ERRORFINISHED_WITH_ERROR: 5Contains all error related states. FINISHED_WITH_WARNINGFINISHED_WITH_WARNING: 4Contains all warning related states. INITIALIZATIONINITIALIZATION: 1Contains all initialization related states. PROCESSINGPROCESSING: 2Contains all processing related states.
The NodeStateCategory is used to categorize a NodeState into a specific class. The category can be determined by dividing the state by 1000 and rounding down. For example, the category INITIALIZATION contains all node states between 1000 and 1999.