trevordevore / levure

Application development framework for LiveCode
MIT License
32 stars 14 forks source link

[Docs] Incorrect value shown for state while loading? #75

Closed alextweedly closed 7 years ago

alextweedly commented 7 years ago

in https://github.com/trevordevore/levure/wiki/Levure-API, under levureApplicationState, it says:

Description:

Returns a value of loading, running, or shutting down. These values reflect the internal state of the Levure application.

While Levure is loading application files at startup the state is running. [ should this be 'loading' ]

When Levure has begun to shut down the application (e.g. the user quit the application) then the state is shutting down.

In all other cases the state is running.

trevordevore commented 7 years ago

Fixed. Thanks @alextweedly.