Search found 54 matches

by Vara04
Fri May 13, 2016 12:37 pm
Forum: Suggestions
Topic: "Thread safe" task
Replies: 5
Views: 44032

Re: "Thread safe" task

Yes but :
- if the commonTask must be call by a lot of tasks
- and the common task run during "long time",
all tasks are waiting... and there is a risk that at least, 2 tasks launch commonTask at the same time after waiting :D

For the moment I copy all steps in all tasks :roll:
by Vara04
Fri May 13, 2016 12:24 pm
Forum: Suggestions
Topic: Save button
Replies: 1
Views: 17043

Re: Save button

This is in 6.6
Thanks :D
by Vara04
Fri May 13, 2016 12:23 pm
Forum: General Discussion
Topic: Survey task
Replies: 2
Views: 13598

Re: Survey task

Ok thanks
by Vara04
Fri May 13, 2016 10:13 am
Forum: General Discussion
Topic: Survey task
Replies: 2
Views: 13598

Survey task

Hello, I would like to create a task to list all running tasks and know when they started. Then according to a timeout, I want to send an email to alert me. Can I do this with Robotask ? I see, in Basic, this sample : Sub Main Dim cnt As Long Dim nam As String Dim extNam As String Dim id As Long Dim...
by Vara04
Fri Apr 29, 2016 11:28 am
Forum: General Discussion
Topic: POP3 Open > infinity wait
Replies: 1
Views: 10501

POP3 Open > infinity wait

Hello

I'm using "POP3 Open" to connect to "outlook.office365.com" with SSL and sometime the task is waiting (I don't know what :D ).
How can I set a timeout ?

Thanks
Christophe
by Vara04
Wed Dec 16, 2015 3:42 pm
Forum: Suggestions
Topic: Save button
Replies: 1
Views: 17043

Save button

Hi,

Although there is a check when you click on cancel button, it would be interesting to have a save button if you stay long time to write a task.
In the case of power failure and other ..

Thanks
Christophe
by Vara04
Tue Dec 15, 2015 3:29 pm
Forum: Suggestions
Topic: My Actions
Replies: 0
Views: 16497

My Actions

Base on my old topic ; http://robotask.com/forum/viewtopic.php?f=2&t=1452&p=4432 It would be interesting to "define" our own actions based on the task. 1) I create a task with the option "Use as action" (name = MySubTask). I can use all RoboTask's actions and define local...
by Vara04
Fri Dec 11, 2015 3:13 pm
Forum: General Discussion
Topic: FileMonitor not launch if file comes during task processing
Replies: 0
Views: 13340

FileMonitor not launch if file comes during task processing

Hello, I have a "problem" with using FileMonitor In a folder, I have 3 files Within a minute, the task begins. The porcess is long and only deals with the three files at launch (it removes the 3 files). During processing new files are deposited. At the end of treatment, FileMonitor (even a...
by Vara04
Fri Aug 30, 2013 7:51 am
Forum: General Discussion
Topic: Random Delay for Cyclic Trigger
Replies: 2
Views: 10264

Re: Random Delay for Cyclic Trigger

May be you can try : {RandomValue(500)} + 500
by Vara04
Thu May 30, 2013 10:53 am
Forum: Suggestions
Topic: Next schedule time
Replies: 4
Views: 24830

Re: Next schedule time

Ok thanks ;)