Robotask Handler Window

Discuss RoboTask here
Post Reply
george
Posts: 25
Joined: Sun Mar 25, 2018 3:02 pm

Robotask Handler Window

Post by george »

Hi, everytime I open Robotask it opens with it (and can't be closed) another window with the caption "RoboTaskHandler".
Is it normal?

Image
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Robotask Handler Window

Post by Oleg »

RoboTaskHandler is hidden service window of RoboTask
It seems some task or some application unhide it.
You can hide it by using this task

Code: Select all

;*****************************
;* RoboTask Task file
;* Do not edit in text editor!
;*****************************
 
[Root]
ActionAfterRun=INTEGER|0
Actions=FOLDER
Automat=INTEGER|-1
CatID=INTEGER|490611647
Comment=STRINGLIST
ContinueOnError=INTEGER|0
DoNotStopWhenShutdown=INTEGER|0
ExternalName=STRING|"Task580"
Hide=INTEGER|0
ID=INTEGER|-791995045
LogOnAsUser=INTEGER|1
Name=STRING|"Hide window ""RoboTaskHandler"""
OnErrorTaskID=INTEGER|-1
Priority=INTEGER|3
RunOnClose=INTEGER|0
RunOnStartup=INTEGER|0
ToLog=INTEGER|3
UnicodeFormat=INTEGER|1
WriteGeneralLog=INTEGER|0

[Actions]
Action1=FOLDER

[Actions\Action1]
ActionID=STRING|"A_WINDOW_COMMAND"
Enabled=INTEGER|-1
Name=STRING|"Hide window ""RoboTaskHandler"""
Params=FOLDER

[Actions\Action1\Params]
action=STRING|"5"
caption=STRING|"1"
child=STRING|"1"
class=STRING|"0"
classexact=STRING|"0"
exact=STRING|"0"
findmode=STRING|"0"
hidden=STRING|"1"
processall=STRING|"1"
wincaption=STRING|"RoboTaskHandler"
Oleg Yershov
george
Posts: 25
Joined: Sun Mar 25, 2018 3:02 pm

Re: Robotask Handler Window

Post by george »

Thanks! :D
Post Reply