def canCall( self ): """ Checks wherever the current user can execute this task @returns bool """ return( users.is_current_user_admin() )