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