Subject: | About the "Aborted" status |
In the "is_pending" method, it only checks whether the status is
'pending'; If it's not, the assumption here seems to be that the status
is 'completed'. However, Bing sometimes returns an 'aborted' status
indicating that the job was failed (I have encountered this several
times). So I guess it might be better to notify this in the
documentation so that the users will handle this status in their code.