|
SObjectizer
5.8
|
Enumeration of cooperation deregistration reasons. More...
Variables | |
Cooperation deregistration reasons. | |
| const int | normal = 0 |
| Normal deregistration. | |
| const int | shutdown = 1 |
| Deregistration because SObjectizer Environment shutdown. | |
| const int | parent_deregistration = 2 |
| Deregistration because parent cooperation deregistration. | |
| const int | unhandled_exception = 3 |
| Deregistration because of unhandled exception. | |
| const int | unknown_error = 4 |
| Deregistration because of unknown error. | |
| const int | undefined = -1 |
| Reason is not properly defined. | |
| const int | user_defined_reason = 0x1000 |
| A starting point for user-defined reasons. | |
Enumeration of cooperation deregistration reasons.
| const int so_5::dereg_reason::normal = 0 |
Normal deregistration.
| const int so_5::dereg_reason::parent_deregistration = 2 |
| const int so_5::dereg_reason::shutdown = 1 |
| const int so_5::dereg_reason::undefined = -1 |
| const int so_5::dereg_reason::unhandled_exception = 3 |
| const int so_5::dereg_reason::unknown_error = 4 |