Name: &Connect->Chrome HTTP
Command: chrome.exe --app=https://%u
Command: chrome.exe --app=https://%u
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuswitch ( $1 )
{
case "0": return "Running";
case "1": return "Paused";
case "2": return "Start pending";
case "3": return "Pause pending";
case "4": return "Continue pending";
case "5": return "Stop pending";
case "6": return "Stopped";
case "255": return "Unable to get service state";
default: return "INVALID VALUE (".$1.")";
}



Thanks for the clarification i need to rtfm.