[1] + Stopped learn
You can kill this stopped job by typing:
kill %1 (where %1 is the number of the job
to be killed>
Or you can make the program active again by typing:
fg %1 (where %1 is the number of the job)
fg stands for foreground. (You are bringing the program from suspended status back to the foreground.) Once brought back to the foreground, you can continue the program or quit in a normal manner.