Home API Manuals About Forum
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

IsRunning

Returns the “running” status for mobile with ID ObjID

Old and not used status. Normally should be false all the time. Sometimes during moving you can catch True.

If disconnected, or object not exists, or object not moving - will return False.

NB: Outdated and deprecated.

Pascal

function IsRunning(ObjID : Cardinal) : Boolean;

Python

def IsRunning(ObjID) -> boolean