1
Answer

Workflow Event

Aaron Cronje

Aaron Cronje

13y
1.8k
1
Hi

  I am working Workflow and use the code activity in our application. When we initialise the code with console.WriteLine then at this time Event runtime_workflowidled is show. What is the runtime_workflowidled Event. and define which type of namespace use for console.WriteLine.

Code :

static void runtime_WorkflowIdled(object sender, WorkflowEventArgs e)
{
Console.WriteLine("Workflow idled");
}
static void runtime_WorkflowCreated(object sender,
WorkflowEventArgs e)
{
Console.WriteLine("Workflow created");
Answers (1)
1
Rafnas T P

Rafnas T P

NA 12.2k 435.7k 7y
try following links
 
https://forums.xamarin.com/discussion/63356/the-file-obj-debug-android-bin-packaged-resources-does-not-exist
 
http://stackoverflow.com/questions/43294345/visual-studio-2017-xamarin-the-file-obj-debug-android-bin-packaged-resource 
Accepted
1
Rafnas T P

Rafnas T P

NA 12.2k 435.7k 7y
try right click on your project and click clean, then again right click your solution click restore nuget package. and  debug