case object Shutdown extends Reason with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Shutdown
- Serializable
- Product
- Equals
- Reason
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Reason given when someone was calling
system.stop(fsm)
from outside; also applies toStop
supervision directive.