mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-03-23 15:52:56 +08:00
Update TODO.md
This commit is contained in:
5
TODO.md
5
TODO.md
@@ -60,9 +60,6 @@
|
|||||||
* Enable linking to external symbols
|
* Enable linking to external symbols
|
||||||
|
|
||||||
## Low Property
|
## Low Property
|
||||||
* Vlpp
|
|
||||||
Regex supports UTF-16 (instead of UCS-2) on MSVC
|
|
||||||
Redesign vl::parsing
|
|
||||||
* Workflow
|
* Workflow
|
||||||
* async, delay, yield (provider written in C++).
|
* async, delay, yield (provider written in C++).
|
||||||
* GacUI Resource
|
* GacUI Resource
|
||||||
@@ -95,7 +92,7 @@ namespace system
|
|||||||
func Start() : void; /* Call to restart, will raise exception during execution */
|
func Start() : void; /* Call to restart, will raise exception during execution */
|
||||||
func Stop(ex : string) : void; /* Call to stop, will raise exception if not started. */
|
func Stop(ex : string) : void; /* Call to stop, will raise exception if not started. */
|
||||||
|
|
||||||
func GetIsExecuting() : bool;
|
func GetIsExecuting() : bool;
|
||||||
event IsExecutingChanged();
|
event IsExecutingChanged();
|
||||||
prop IsExecuting : bool {GetIsExecuting : IsExecutingChanged}
|
prop IsExecuting : bool {GetIsExecuting : IsExecutingChanged}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user