
  FUNCTION [INLINE] avp$removable_media_operator: boolean;

?? PUSH (LISTEXT := ON) ??

{
{   The purpose of this request is to determine if the current job is
{ currently executing with removable media operation capability.
{
{       AVP$REMOVABLE_MEDIA_OPERATOR  : REMOVABLE_MEDIA_OPERATOR
{
{ REMOVABLE_MEDIA_OPERATOR:  (output) This parameter specifies whether or not
{       the current job is currently executing with removable media operation
{       capability.
{

    avp$removable_media_operator := avp$capability_active (
          avc$cc_removable_media_operator);

  FUNCEND avp$removable_media_operator;

*copyc avp$capability_active
?? POP ??
