Example #1
0
        // temp !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
        // Run Action
        private async void RunActionButton_Click(object sender, RoutedEventArgs e)
        {
            DisbleRunButtons();

            Act act    = (Act)mGingerRunner.CurrentBusinessFlow.CurrentActivity.Acts.CurrentItem;
            int result = await mGingerRunner.RunActionAsync(act);

            //TODO: temp we get 0 + take it to flag button or something !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

            EnableRunButtons();
        }