Update TODO.md

This commit is contained in:
Zihan Chen
2017-01-17 04:31:44 -08:00
committed by GitHub
parent eec4be4efa
commit 4b7cff08ce

View File

@@ -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}