PostCommandStatus
Property
PostCommandStatus (Integer)
Syntax
FocusMax.FocusControl.PostCommandStatus = [Integer] read only
Initiate a sync or async command. This will be used when command function is mapped to custom script
1 = ExposeAsync
2 = FindAsync
3 = FocusAsync
4 = FocusAtStarCenterAsync
5 = AcquireStarAsync
Remarks
Initiates FocusMax COM method
Returns the status of the current or previous operation the method number above.
A return value of:
0 means the operation failed
1 means the operation succeeded
-1 means the operation is in progress.