Hi guys,
A question for the more advanced use of CodeCreator in C#.
I am about to automate something on my website for my customer. When a customer signs up, a record is written to the database. One column is, lets say "Status". When the Status is '0', ZennoPoster must take action to complete the steps required. After completion, the status changed to '1'.
Now the question: Should I leave the instance in C# running with a small timeout, and run forever, OR let the project start scheduled in Zennoposter with an interval of 1 minute.
Thanks
A question for the more advanced use of CodeCreator in C#.
I am about to automate something on my website for my customer. When a customer signs up, a record is written to the database. One column is, lets say "Status". When the Status is '0', ZennoPoster must take action to complete the steps required. After completion, the status changed to '1'.
Now the question: Should I leave the instance in C# running with a small timeout, and run forever, OR let the project start scheduled in Zennoposter with an interval of 1 minute.
Thanks