=head1 NAME TPMLIB_CancelCommand - Cancel a TPM command =head1 LIBRARY TPM library (libtpms, -ltpms) =head1 SYNOPSIS B<#include > B =head1 DESCRIPTION The B function indicates that the ongoing processing of a TPM command is to be cancelled. The cancellation will only be effective for certain time consuming operations, such as the creation of keys. Note that an implementation that wants to support cancellation of commands needs to process TPM commands in one thread and cancel them in another. =head1 SEE ALSO B(3) =cut