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