Added documentation for Perl.exitStatus

Added in b87f932e93
gh-pages
Hauke D 7 years ago
parent afa90f0df5
commit fe85ef6e06

@ -384,6 +384,13 @@ The states currently are:
This function was added in WebPerl `v0.05-beta`.
#### `Perl.exitStatus`
This property should be **read only**! After Perl's state has changed
to `Ended`, you can retrieve the exit code here.
This property was added in WebPerl `v0.09-beta`.
#### `Perl.stateChanged`
**Deprecated** in WebPerl `v0.05-beta`. Use `Perl.addStateChangeListener` instead.

Loading…
Cancel
Save