Start a run

I'm trying to manually start and stop a run. However the run state never changes. I've tried:

system.production.utils.setLineProductCode("Enterprise\St Louis\Production\Line 34","1000")
system.production.utils.startRun("Enterprise\St Louis\Production\Line 34")

I've also tried:

system.production.utils.startLineProductCode("Enterprise\St Louis\Production\Line 34", "1000")

I've tried looking through the manual but it's a bit vague. For example for the value "Can Start Run" all it says is:

Wish I knew what those conditions were.
I'd appreciate a bit of help. Thanks

I guess I’ll answer this one myself. Apparently the path needs to have “[Production][global]” pre-pended to it in order to work.