Forcibly changes the current state of the era
family instance to its initial state.
Type: call
policy
Syntax
restart()
Returned value
Returns an "allowed" decision (KSS_GRANT
).
Example
...
policy era0_restart = era0.restart;
entity foo {
...
security call initialize = era0_restart;
}