Guest
Login
Register
Home
Help
Search
Login
Register
more G-Labs products
This forum is soon going to be read-only.
Please join the new
HomeGenie community on Google+
HomeGenie Forum
Automation Program Plugins and Wizard Scripting
Help
Program commands from another Program
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Program commands from another Program (Read 867 times)
August 21, 2015, 03:31:16 PM
Read 867 times
Boeky
Information
Jr. Member
Posts:
31
Program commands from another Program
Hi,
Does anyone has any idea how to start, stop, restart,... a program (ex id 1001) form another program (ex id 1002)
Thanks,
Kind Regards,
Boeky
Logged
August 21, 2015, 03:39:15 PM
Reply #1
mvdarend
Information
Hero Member
Posts:
431
Re: Program commands from another Program
You can start another program with the following, I'm not sure how to stop one though. I did see a thread about this a while ago, I'll see if I can dig it up.
C# example:
Code:
[Select]
Program.Run("1039"); // Start program with id 1039
Logged
August 21, 2015, 03:43:02 PM
Reply #2
mvdarend
Information
Hero Member
Posts:
431
Re: Program commands from another Program
Here is the thread I was talking about, see the last post:
http://www.homegenie.it/forum/index.php?topic=920.0
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
HomeGenie Forum
Automation Program Plugins and Wizard Scripting
Help
Program commands from another Program