Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SmartCard.Cancel

Terminates all outstanding actions within a specific resource manager context.

Component Version macOS Windows Linux Server iOS SDK
SmartCard 6.3 ✅ Yes ✅ Yes ❌ No ✅ Yes, on macOS and Windows ❌ No
MBS( "SmartCard.Cancel"; SmartCardContext )   More

Parameters

Parameter Description Example
SmartCardContext The smartcard context reference number. $SmartCardContext

Result

Returns OK or error.

Description

Terminates all outstanding actions within a specific resource manager context.
The only requests that you can cancel are those that require waiting for external action by the smart card or user. Any such outstanding action requests will terminate with a status indication that the action was canceled. This is especially useful to force outstanding GetStatusChange calls to terminate.

See also

This function checks for a license.

Created 13th June 2016, last changed 18th June 2016


SmartCard.BeginTransaction - SmartCard.CancelTransaction