Search found 4 matches
- Mon Jun 08, 2020 7:07 pm
- Forum: General Discussion
- Topic: TaskNumByExternalName service task
- Replies: 1
- Views: 4693
TaskNumByExternalName service task
Hiho. How to get Task Num when the task are running in Robotask Service? When i use: extName = "Task18" Num = RoboTaskApp().TaskNumByExternalName(extName) LogMessage(num) ____ Log = -1 when i try with user local task extName = "Task155" Num = RoboTaskApp().TaskNumByExternalName(e...
- Tue Apr 28, 2020 4:39 pm
- Forum: General Discussion
- Topic: Send Command with return
- Replies: 1
- Views: 5527
Send Command with return
Hi, I have two servers, Server 1 r File Server and Server 2 r File Processor. When i get new files in server 1: File Loop copy file to folder on Server 2 Send Command to Task on Server 2 to process File if receive Started 1 tasks log message = "ok" end if end loop but if i receive 4 files,...
- Fri Feb 15, 2019 7:10 pm
- Forum: General Discussion
- Topic: Regex get just the first match at row
- Replies: 1
- Views: 6034
Regex get just the first match at row
hiho, I need to collect only the first match of each line i have this: 0000000A 123456789 908jej0e38h83he 29h8e2e92 e928je2je9j2 2232 0987654A154548759 6484e3 0000000N 123458745 3nn88he83he9j3 e039je93ej 39ej309je903 3333 0215487A458745587 587422 i want this: 123456789 123458745 I already tried to u...
- Sat Dec 29, 2018 5:12 pm
- Forum: Suggestions
- Topic: Get log send command.
- Replies: 1
- Views: 12940
Get log send command.
Hiho,
When i use Action Send Command I have the following return:
Executing "5.Send Command"
Started 1 tasks
If none task respond
Started 0 tasks
How can i use this return into a variable?
Ex.:
[If {Started} = 0]
try again
else end
When i use Action Send Command I have the following return:
Executing "5.Send Command"
Started 1 tasks
If none task respond
Started 0 tasks
How can i use this return into a variable?
Ex.:
[If {Started} = 0]
try again
else end