From 4b7cff08ce021282ef3efad1c91c3f4ef6a73f58 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Tue, 17 Jan 2017 04:31:44 -0800 Subject: [PATCH] Update TODO.md --- TODO.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/TODO.md b/TODO.md index 2f26c55a..1261845d 100644 --- a/TODO.md +++ b/TODO.md @@ -60,9 +60,6 @@ * Enable linking to external symbols ## Low Property -* Vlpp - Regex supports UTF-16 (instead of UCS-2) on MSVC - Redesign vl::parsing * Workflow * async, delay, yield (provider written in C++). * GacUI Resource @@ -95,7 +92,7 @@ namespace system 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 GetIsExecuting() : bool; + func GetIsExecuting() : bool; event IsExecutingChanged(); prop IsExecuting : bool {GetIsExecuting : IsExecutingChanged}