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. Did you find this page useful? Please give it a rating: ★ ★ ★ ★ ★ Thank you for rating this page! Any issues or feedback? What kind of problem would you like to report? This page needs code samples Code samples do not work Information is missing Please tell us more about what's wrong: Information is incorrect Please tell us more about what's wrong: Information is unclear or confusing Please tell us more about what's wrong: The page is rendered incorrectly (styling/CSS) Give Feedback Please tell us more about what's wrong: Name E-Mail Problem (required)
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.