Gcr.mock_prompter_is_expecting

function mock_prompter_is_expecting(): Boolean {
    // Gjs wrapper for gcr_mock_prompter_is_expecting()
}
  

Check if the mock prompter is expecting a response. This will be true when one of the <literal>gcr_mock_prompter_expect_xxx<!-- -->()</literal> functions have been used to queue an expected prompt, but that prompt response has not be 'used' yet.

Returns

whether expecting a prompt