WinFwk.UIModules.UIModule.EndTask C# (CSharp) Method

EndTask() protected method

protected EndTask ( string text ) : void
text string
return void
        protected void EndTask(string text)
        {
            MessageBus.EndTask(text);
        }